home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / Cit_Util_7H21.lha / Citadel_reset_net.lha / reset_net.doc < prev   
Text File  |  1997-07-27  |  2KB  |  37 lines

  1.  RESET_NET
  2.  
  3. Due to a bug in CONFG, when you reset the message base, it is not
  4. going into the net nodes file and reseting the last netted message
  5. base.  I have created a small tool to fix this problem.  It should
  6. be ran as soon after the problem is discovered as possible since a
  7. side effect is that *EVERY* room will be reset and net all its messages
  8. to *EVERY* system.  This will probably create a few vortexes which
  9. will go away after the first net session.
  10.  
  11.  reset_net  [reset]
  12.  
  13.  If ran with no parameter, it will display all the room/node info
  14.  about last message netted.  This is a bit different than what shows
  15.  in the sysop menu(which is the basis of the problem) because Citadel
  16.  keeps a duplicate set of information(not sure why).  Because the
  17.  duplicate is incorrect, Citadel does not net the messages(even though
  18.  they are new).
  19.  
  20.  If the parameter "reset" is included on the command line, the values
  21.  will be reset to zero.  Use this to fix the problem.  Eventually,
  22.  Citadel CONFG will include this code and this utility will not be needed.
  23.  
  24.  
  25. Note:  you should only run this utility if the following situation occurs:
  26.  
  27.    1) You *KNOW* for a fact that your system is recieving messages as
  28.       new and is not sending them on to other system.
  29.  
  30.    2) You have not changes the backbone settings and other things that
  31.       might cause the problem...
  32.  
  33. Make sure you warn your net partners that a flood of messages is comming...
  34. After this is ran, the next net session will send *ALL* messages in a room
  35. as new.  If you have already netted these messages, the vortex detector
  36. should complain on the recieving systems.
  37.